home *** CD-ROM | disk | FTP | other *** search
- Path: engcorp.com!not-for-mail
- From: peter@engcorp.com (Peter Hansen)
- Newsgroups: comp.lang.rexx
- Subject: Re: Stream "open write" notready error
- Date: Sat, 30 Dec 1995 14:04:11 GMT
- Organization: Engenuity Corporation
- Distribution: world
- Message-ID: <changi0.9m.28B9JD$06g@engcorp.com>
- References: <4c0km4$op3@castle.nando.net>
- Reply-To: peter@engcorp.com (Peter Hansen)
- NNTP-Posting-Host: p18.gallium.sentex.ca
- X-Newsreader: IBM NewsReader/2 v1.2
-
- In <4c0km4$op3@castle.nando.net>, djmartin@nando.net (Dave Martin) writes:
- >frc = stream(mr2iadr, 'c', 'open write');
- >
- >NOTREADY:4
- >
- >Question is, what exactly is that :4 trying to tell me (if anything)?
-
- Type 'HELP SYS0004', as the :4 is probably a system error number. In
- this case, the response indicates you might be out of available file
- handles and need to close some.
-
- ------------------------------------------------------------------------
- Peter HANSEN Engenuity Corporation
- peter@engcorp.com Guelph, Ontario, Canada
- http://www.sentex.net/~engcorp/peter/
- ------------------------------------------------------------------------
-
-